projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eee841c
)
(Fkill_buffer): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 12 Jun 1996 21:47:03 +0000
(21:47 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 12 Jun 1996 21:47:03 +0000
(21:47 +0000)
src/buffer.c
patch
|
blob
|
history
diff --git
a/src/buffer.c
b/src/buffer.c
index 1728596e3c46e300cf62cd7cb149b8b589deec47..b5f967df2860bc4160a15404e4d66b65190a0177 100644
(file)
--- a/
src/buffer.c
+++ b/
src/buffer.c
@@
-921,7
+921,7
@@
if not void, is a list of functions to be called, with no arguments,\n\
before the buffer is actually killed. The buffer to be killed is current\n\
when the hook functions are called.\n\n\
Any processes that have this buffer as the `process-buffer' are killed\n\
-with
`delete-process'
.")
+with
SIGHUP
.")
(buffer)
Lisp_Object buffer;
{